Package | kbv.mio.patientenkurzakte |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=kbv.mio.patientenkurzakte@1.0.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle |
Url | https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle |
Version | 1.0.0 |
Status | active |
Name | KBV_PR_MIO_NFDxDPE_Bundle |
Experimental | False |
Description | Dieses Profil dient als bündelndes Element. Das Bundle kann als Klammer-Ressource verstanden werden, die die notwendigen Ressourcen zusammenfügt. Diese Ressource und die darin gebündelten Ressourcen können dann mit einer Signatur versehen werden. Das Bundle umfasst in dieser Anwendung die vollständige Patientenkurzakte. |
Type | Bundle |
Kind | resource |
No resources found
ValueSet | |
https://fhir.kbv.de/ValueSet/KBV_VS_MIO_NFDxDPE_Bundle_Type | Bundle Typ |
{
"resourceType" : "StructureDefinition",
"url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle",
"version" : "1.0.0",
"name" : "KBV_PR_MIO_NFDxDPE_Bundle",
"status" : "active",
"description" : "Dieses Profil dient als bündelndes Element. Das Bundle kann als Klammer-Ressource verstanden werden, die die notwendigen Ressourcen zusammenfügt. Diese Ressource und die darin gebündelten Ressourcen können dann mit einer Signatur versehen werden. Das Bundle umfasst in dieser Anwendung die vollständige Patientenkurzakte.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "cda",
"uri" : "http://hl7.org/v3/cda",
"name" : "CDA (R2)"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Bundle",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Bundle",
"path" : "Bundle",
"constraint" : [
{
"key" : "TypeComposition",
"severity" : "error",
"human" : "Es muss genau eine NFD- oder DPE-Composition vorhanden sein.",
"expression" : "entry.where (resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Composition_NFD|1.0.0' or resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Composition_DPE|1.0.0' ).count()=1",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle"
},
{
"key" : "OneComposition",
"severity" : "error",
"human" : "Es darf nur eine Instanz vom Typ Composition enthalten sein",
"expression" : "entry.select(resource as Composition).count()=1"
},
{
"key" : "OnePersonalConsent",
"severity" : "error",
"human" : "Es darf nur höchstens eine persönliche Erklärung vorhanden sein.",
"expression" : "entry.where(resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DPE_Consent_Personal_Consent|1.0.0').count()<=1",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle"
},
{
"key" : "OneActiveAdvanceDirective",
"severity" : "error",
"human" : "Es darf nur höchstens eine Patientenverfügung vorhanden sein.",
"expression" : "entry.where(resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Consent_Active_Advance_Directive|1.0.0').count()<=1",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle"
},
{
"key" : "OnePregnancyStatus",
"severity" : "error",
"human" : "Es darf nur höchstens ein Schwangerschaftsstatus vorhanden sein.",
"expression" : "entry.where(resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Observation_Pregnancy_Status|1.0.0').count()<=1",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle"
},
{
"key" : "OneCaculatedDeliveryDate",
"severity" : "error",
"human" : "Es darf nur höchstens ein errechneter Entbindungstermin vorhanden sein.",
"expression" : "entry.where(resource.meta.profile='https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFD_Observation_Pregnancy_Calculated_Delivery_Date|1.0.0').count()<=1",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle"
}
]
},
{
"id" : "Bundle.meta",
"path" : "Bundle.meta",
"min" : 1
},
{
"id" : "Bundle.meta.versionId",
"path" : "Bundle.meta.versionId",
"max" : "0"
},
{
"id" : "Bundle.meta.lastUpdated",
"path" : "Bundle.meta.lastUpdated",
"max" : "0"
},
{
"id" : "Bundle.meta.source",
"path" : "Bundle.meta.source",
"max" : "0"
},
{
"id" : "Bundle.meta.profile",
"path" : "Bundle.meta.profile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_NFDxDPE_Bundle|1.0.0"
},
{
"id" : "Bundle.meta.security",
"path" : "Bundle.meta.security",
"max" : "0"
},
{
"id" : "Bundle.meta.tag",
"path" : "Bundle.meta.tag",
"max" : "0"
},
{
"id" : "Bundle.implicitRules",
"path" : "Bundle.implicitRules",
"max" : "0"
},
{
"id" : "Bundle.language",
"path" : "Bundle.language",
"max" : "0"
},
{
"id" : "Bundle.identifier",
"path" : "Bundle.identifier",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.identifier.use",
"path" : "Bundle.identifier.use",
"max" : "0"
},
{
"id" : "Bundle.identifier.type",
"path" : "Bundle.identifier.type",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_MIO_NFDxDPE_Bundle_Type|1.0.0"
}
},
{
"id" : "Bundle.identifier.system",
"path" : "Bundle.identifier.system",
"min" : 1,
"fixedUri" : "urn:ietf:rfc:3986"
},
{
"id" : "Bundle.identifier.value",
"path" : "Bundle.identifier.value",
"min" : 1
},
{
"id" : "Bundle.identifier.period",
"path" : "Bundle.identifier.period",
"max" : "0"
},
{
"id" : "Bundle.identifier.assigner",
"path" : "Bundle.identifier.assigner",
"max" : "0"
},
{
"id" : "Bundle.type",
"path" : "Bundle.type",
"fixedCode" : "document",
"mustSupport" : true
},
{
"id" : "Bundle.timestamp",
"path" : "Bundle.timestamp",
"min" : 1
},
{
"id" : "Bundle.total",
"path" : "Bundle.total",
"max" : "0"
},
{
"id" : "Bundle.link",
"path" : "Bundle.link",
"max" : "0"
},
{
"id" : "Bundle.entry",
"path" : "Bundle.entry",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.link",
"path" : "Bundle.entry.link",
"max" : "0"
},
{
"id" : "Bundle.entry.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1
},
{
"id" : "Bundle.entry.resource",
"path" : "Bundle.entry.resource",
"min" : 1
},
{
"id" : "Bundle.entry.search",
"path" : "Bundle.entry.search",
"max" : "0"
},
{
"id" : "Bundle.entry.request",
"path" : "Bundle.entry.request",
"max" : "0"
},
{
"id" : "Bundle.entry.response",
"path" : "Bundle.entry.response",
"max" : "0"
},
{
"id" : "Bundle.signature",
"path" : "Bundle.signature",
"definition" : "Die technische Umsetzung der Signatur befindet sich in Klärung."
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.